TConvSection
Unit: DXFConv
Description
The TConvSection
type determines section of the DXF file. It can be used as a function parameter which determines the result of a function.
Value | Description |
---|---|
csTables | Specifies the TABLES section which contains definitions for symbol tables. |
csBlocks | Specifies the BLOCK section which contains block definitions. |
csEntities | Specifies the ENTITIES section which contains the graphical objects (entities) in the drawing, including block references (insert entities). |
csLTypes | Specifies the Linetype table (LTYPE) of the TABLES section. |
csLayers | Specifies the Layer table (LAYER) of the TABLES section. |
csStyles | Specifies the Text Style table. |
csDimStyles | Specifies the Dimension Style table. |
csBlockRecords | Specifies the Block reference table. |
csVPorts | Specifies the Viewport configuration table. |
csMLineStyles | |
csImageDefs |
Syntax
type
TConvSection = csTables, csBlocks, csEntities, csLTypes, csLayers, csStyles, csDimStyles,
csBlockRecords, csVPorts, csMLineStyles, csImageDefs);